the lotus script code is: Set dbdestinatario = s.GetDatabase(db.server, filename) If Not(dbdestinatario Is Nothing) Then set newMail = doc.CopyToDatabase(dbdestinatario) ... end if Sometimes, on the line "set newmail..:", I have the error: 4063 database has not been opened yet, but sometimes the code finish correctly. What is the problem??? can you help me?? thank you in advance!
Go back